Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elevated powershell commands #29

Merged
merged 7 commits into from
Mar 22, 2015
Merged

Conversation

mefellows
Copy link
Contributor

Addresses #4 to allow elevated PowerShell scripts to work as advertised

Tests

Aside from unit tests, I have attempted the following minimal test case - installing the .NET Devpack 4.5.2 package using Chocolatey: choco install netfx-4.5.2-devpack, across the following scenarios which requires elevated privileges to work:

  • Windows 2012r2 Virtualbox OVF
  • Windows 2008r2 Virtualbox OVF (with Windows updates pre-applied): https://gist.github.com/mefellows/bde689b1f0722a16c8a8. This also involved upgrading WMF to 4+ (using the elevated feature) to support Chocolatey install
  • Amazon EBS instance (2012r2 AMI)

@mefellows mefellows closed this Mar 22, 2015
@mefellows mefellows reopened this Mar 22, 2015
mefellows added a commit that referenced this pull request Mar 22, 2015
…ands

Elevated powershell commands support
@mefellows mefellows merged commit 29bbe8f into master Mar 22, 2015
@mefellows mefellows deleted the elevated_powershell_commands branch March 22, 2015 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants